home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / comm / clchat41.readme < prev    next >
Text File  |  1995-08-27  |  4KB  |  111 lines

  1. Short:    Extensive chat for TCP/IP and/or BBS
  2. Author:   o.wagner@lsd.wupper.de
  3. Uploader: o.wagner@lsd.wupper.de
  4. Version:  4.12
  5. Type:     comm/bbs
  6.  
  7. Long:
  8.  
  9. This is a multi-user multi-channel chat system somewhat based on
  10. IRC. It can be used via TCP/IP connections or totally standalone.
  11. It features:
  12.  
  13. o unlimited number of users
  14. o unlimited number of channels
  15. o private messaging
  16. o automatic user identification
  17. o NEW: private channels
  18. o NEW: IRC compatibility demon to allow any IRC client to join
  19.   a clchat server.
  20. o flood protection
  21. o user banning
  22. o multiple server capability with loop protection
  23. o channel operator privileges for setting channel topics
  24.   and removing users from a channel
  25. o chat operator privilege for global channel operator status
  26.   and removing users from chat completely
  27.  
  28. The user frontend for the chat is a comfortable GUI client
  29. providing
  30.  
  31. o easy user & channel operations
  32. o input history
  33. o automatic notifications of certain events via Deiconification
  34.   or beep
  35. o builtin ARexx-Port
  36. o NEW: Dialog windows for direct user<->user communication
  37. o NEW: direct file transfers to remote users via IP
  38.  
  39. There is also a ANSI client suitable for BBS usage:
  40.  
  41. o full ANSI/VT100 compliant text output, completely using
  42.   STDIO.
  43. o suitable for any BBS package capable of running STDIO apps.
  44. o different colors for various messages.
  45.  
  46. === changes since Release 4.9 ===
  47.  
  48. Release 4.10
  49. ------------
  50. - changed directory layout a bit; now the ChatBot has it's down
  51.   directory.
  52. - CLChatIRCD: fixed "Nick: Nick in use message"'s wrong colon
  53.   position.
  54. - ChatBot: can now be used remotely (via a TCP link), too.
  55. - ChatBot: added a nice doc for the ChatBot written by Adam Clark.
  56. - ChatBot: Added "SEEN" command.
  57. - ChatBot: Added "MSG" command.
  58. - ChatBot: now uses less bandwidth for detecting a userhost.
  59. - ChatBot: can now handle being renamed (via EMIT /NICK).
  60. - ChatBot: configuration dir can now be changed. Defaults to S:.
  61. - Server: will now reject multiple OP/DEOP requests.
  62. - Server: Severe bug in server link protocol: C-formating
  63.   codes got interpreted underway (%s, %d etc.pp.)
  64. - Sever: major change in the link protocol. [EXIT]
  65.   messages are now generated locally, too. [EXIT] is
  66.   now correctly generated for users which get lost
  67.   due to a closed server link. Overall bandwidth usage
  68.   reduced a lot by replacing the complete user table
  69.   broadcast with a REMOVE message.
  70. - Server: Doubled the size of the message id cash to be able
  71.   to stand even *long* net delays.
  72. - Server: "/MSG , " no longer addresses "<lastnick>".
  73. - Server: Now keeps a log of the last nick which was addressed
  74.   publically with "nick:". Can be used with ": blah"
  75.   to prefix the text with that nick, or in "/MSG : blah"
  76.   to send a private message to this person.
  77.  
  78. Release 4.11
  79. ------------
  80. - Server: fixed a severe bug in the server causing chat msgs
  81.   to get trashed during forwarding, resulting in all kinds of
  82.   nasty effects.
  83.  
  84. Release 4.12
  85. ------------
  86. - did some work on the CLChatGUI-Client (see history)
  87. - "Server restarting" and "Server Terminating" messages
  88.   didn't properly broadcast through the net.
  89. - fixed several bugs with servers loosing user tables.
  90. - it's now possible to /KILL chat operators which are
  91.   on the same server.
  92. - the server now no longer reacts upon REMOVE messages for
  93.   local users (mainly to fix a bug in previous versions)
  94. - ChatBot: Added a new external command "SendChatBotFile"
  95.   which allows to start a DCC.SEND externally. Requires
  96.   DCC.SEND.AS225 to be in the path.
  97. - ChatBot: SendChatBot didn't FreeArgs() and therefore
  98.   eat some memory on every invocation.
  99. - ChatBot: now gathers total login count and time
  100.   statistics for user it sees.
  101. - added ChatBot.guide created by Laurence Walton from
  102.   ChatBot.doc.
  103. - Server: forwarded privmsgs pointed to local users,
  104.   wasting bandwidth.
  105. - CLChatIRCD: no longer outputs nonsense userhost with
  106.   QUIT messages.
  107. - Server: now "//" can be used to output a single "/"
  108.   on start of a pubmsg.
  109. - the BBS client now prompts for a nick name if none
  110.   is specified.
  111.